Ahli's FindReplace program
                               - version 1.0



This version was compiled for win32 systems. I guess it won't work on other
systems.

This program comes along with 2 text files you could create yourself:

1. in the "find.ini" every line is a String that will be searched

2. in the "replace.ini" every line is a String that will be written instead
   of the find.ini entry with the same line number

You should use a text program/editor that shows the 

You need to rename the data file to the following name "data.trigger". That
file cannott be damaged by this program (or at least shouldn't because only
the lines will be read).

The output file has the name "replacedData.trigger" and will overwrite
excisting files with an equal filename.

This program won't replace already replaced strings or parts of them.

e.g.:
find.ini:
A
B

replace.ini:
B
C

data.trigger:
A
B

replacedData.trigger:
B
C

A was replaced with B and that B wasn't replaced with C. But a B in the data
was replaced.

I hope this program may help you. I use it for my Starcraft trigger writings.

~Ahli